Skip to content

docs(slot): update instance tiers and pricing details#44

Merged
steebchen merged 1 commit intomainfrom
docs/slot
Jun 20, 2025
Merged

docs(slot): update instance tiers and pricing details#44
steebchen merged 1 commit intomainfrom
docs/slot

Conversation

@steebchen
Copy link
Member

Updated instance tiers, resource allocations, and pricing to reflect the new structure effective from July 1st. Removed outdated "Common" and "Legendary" tiers. Revised policies for scaling and deletion across tiers.

@vercel
Copy link

vercel bot commented Jun 20, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
docs ✅ Ready (Inspect) Visit Preview Jun 20, 2025 5:22pm

@claude
Copy link
Contributor

claude bot commented Jun 20, 2025

Claude finished @steebchen's task —— View job


Pull Request Review

Reviewing PR #44: Update instance tiers and pricing details

Tasks:

  • Read the modified file to understand changes
  • Review documentation quality and structure
  • Check for consistency and clarity
  • Provide comprehensive feedback

Review Feedback

Overall Assessment: The documentation update provides important clarity about the pricing changes effective July 1st. However, there are several consistency issues and areas for improvement.

Issues Identified

1. Inconsistent Tier References (High Priority)

  • Lines 30 & 40: Both sections still reference Legendary tier in replica and region features
  • Problem: The table shows Legendary as "(removed)" but these sections suggest it's still available
  • Fix needed: Update lines 30 and 40 to remove Legendary from the tier lists

File: src/pages/slot/scale.md:30

For torii, with premium tiers `Epic`, `Legendary` and `Insane`, you can choose to deploy...

File: src/pages/slot/scale.md:40

For torii, with premium tiers `Epic`, `Legendary` and `Insane`, you can choose to deploy...

2. Table Clarity (Medium Priority)

  • Current approach: Shows both old and new pricing in the same table
  • Suggestion: Consider showing only current pricing (from July 1st) for clarity, or add a note explaining the dual pricing display
  • Alternative: Move historical pricing to a separate section if needed for reference

3. Basic Tier Pricing Inconsistency (Medium Priority)

  • Line 9: States "3 deployments of the basic tier are free"
  • Table: Shows Basic tier costs "$10/month" from July 1st
  • Needs clarification: Are the first 3 Basic deployments still free after July 1st, or does the $10/month apply to all Basic instances?

4. Removed Tiers Display (Low Priority)

  • Current: Shows "(removed)" tiers in the main pricing table
  • Suggestion: Consider moving removed tiers to a separate "Deprecated Tiers" section for historical reference, keeping the main table clean

Positive Aspects

Clear Timeline: Excellent job specifying "from July 1st" for the pricing changes
Comprehensive: Maintains both historical and current pricing for transparency
Formatting: Markdown table structure is correct and readable
Context: Good explanation of tier removal rationale

Recommendations

  1. High Priority: Fix the Legendary tier references in lines 30 and 40
  2. Medium Priority: Clarify the Basic tier free vs. paid model after July 1st
  3. Consider: Restructure the table to show only current pricing for better user experience

Security & Performance Notes

  • No security concerns with this documentation change
  • Performance impact: None (documentation only)
  • Test coverage: Not applicable for documentation

@claude
Copy link
Contributor

claude bot commented Jun 20, 2025

Claude finished @steebchen's task —— View job


Pull Request Review

Reviewing PR #44: Update instance tiers and pricing details

Tasks:

  • Read the modified file to understand changes
  • Review documentation quality and structure
  • Check for consistency and clarity
  • Provide comprehensive feedback

Review Findings

✅ Positive aspects:

  • Clear pricing transition table showing both old and new costs
  • Effective date (July 1st) is clearly communicated
  • Maintains existing documentation structure and formatting
  • Billing and usage instructions remain accurate

⚠️ Issues identified:

1. Inconsistent tier references (lines 30, 40)

The documentation still references the removed "Legendary" tier in two locations:

  • Line 30: Epic, Legendary and Insane (replicas section)
  • Line 40: Epic, Legendary and Insane (regions section)

Recommendation: Update these references to only include active tiers: Pro, Epic and Insane

2. Incomplete tier information

The new "Pro" tier is missing detailed specifications:

  • Line 19 shows "2 vCPU and 2GB RAM" but doesn't specify if it supports replicas/regions
  • Sections about replicas and regions don't mention Pro tier capabilities

Recommendation: Clarify Pro tier capabilities or update feature availability documentation

3. Pricing presentation could be clearer

The table format showing both old and new prices works but could be more readable:

  • Consider removing the "Old cost" column after the transition period
  • The "(removed)" entries could be cleaner

4. Auto-scaling policy clarity

Line 26 states "Pro and higher tiers are never scaled down" - this should be verified to include the new Pro tier in this policy.

Summary

The documentation update successfully communicates the pricing changes and tier restructuring. The main issues are inconsistent references to removed tiers that need cleanup. The content is otherwise accurate and well-structured.

Severity: Minor - primarily consistency issues that should be addressed before merge.


Updated instance tiers, resource allocations, and pricing to reflect
the new structure effective from July 1st. Removed outdated "Common"
and "Legendary" tiers. Revised policies for scaling and deletion
across tiers.
@claude
Copy link
Contributor

claude bot commented Jun 20, 2025

Claude finished @steebchen's task —— View job


Pull Request Review

Reviewing PR #44: Update instance tiers and pricing details

Tasks:

  • Read the modified file to understand changes
  • Review documentation quality and best practices
  • Check for potential issues and inconsistencies
  • Analyze performance considerations
  • Review security concerns
  • Check test coverage implications
  • Provide comprehensive feedback

Review Analysis

The PR successfully updates the pricing structure and introduces the new tier system effective July 1st. However, several critical issues remain that need to be addressed before merge.

Issues Found

🔴 Critical Issues

1. Inconsistent Tier References (Lines 30, 40)

# Line 30: Still references removed "Legendary" tier
For torii, with premium tiers `Epic`, `Legendary` and `Insane`, you can choose to deploy...

# Line 40: Same issue
For torii, with premium tiers `Epic`, `Legendary` and `Insane`, you can choose to deploy...

Fix: Update both lines to reference active tiers: Pro, Epic and Insane

2. Basic Tier Pricing Confusion (Line 17)

  • Documentation states: "First 3 are free. for dev & tests"
  • But pricing shows: "$10/month from July 1st"
  • Clarification needed: Are the first 3 Basic deployments still free after July 1st?

🟡 Medium Priority Issues

3. Missing Pro Tier in Feature Sections

  • New "Pro" tier is introduced but not mentioned in replicas (line 30) or regions (line 40) sections
  • Question: Does Pro tier support replicas and multi-region deployments?

4. Table Data Inconsistency

  • Line 18: Common tier shows "$15/month" old cost but the diff shows it was previously "$5/month"
  • Note: This may be intentional but worth double-checking

🟢 Minor Issues

5. Documentation Clarity

  • Consider separating historical pricing from current pricing for better user experience
  • The "(removed)" entries could be moved to a separate deprecated section

Positive Changes ✅

  • Clear transition timeline (July 1st) specification
  • Comprehensive resource specifications (vCPU/RAM) for new tiers
  • Updated scaling policies to include Pro tier
  • Fixed typo: "then" → "than" in deletion policy
  • Storage changed to "auto" for better flexibility

Code Quality Assessment

Documentation Quality: Good

  • Clear structure and formatting
  • Comprehensive pricing information
  • Good use of markdown tables and code examples

Performance Considerations: N/A

  • Documentation changes have no performance impact

Security Concerns: None

  • No security-sensitive information exposed
  • Pricing information is appropriately public

Test Coverage: N/A

  • Documentation changes don't require traditional test coverage
  • Consider manual verification of all tier combinations in CLI

Recommendations

  1. Immediate fixes needed:

    • Update lines 30 and 40 to remove "Legendary" references
    • Clarify Basic tier free vs. paid model post-July 1st
    • Specify Pro tier capabilities for replicas/regions
  2. Consider for future:

    • Separate current and historical pricing tables
    • Add Pro tier examples in CLI commands

Summary

The pricing update is well-structured but has consistency issues that prevent merge readiness. The core changes are solid, but the tier references need cleanup to match the new structure.

Status: ⚠️ Requires fixes before merge


@steebchen steebchen merged commit 4e824a0 into main Jun 20, 2025
2 checks passed
@steebchen steebchen deleted the docs/slot branch June 20, 2025 17:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant